Restoring the Snow Commander Database Using pgAdmin
During the course of investigating a technical support issue for Snow Commander, you may need to to restore your PostgreSQL database. A management utility for the database called pgAdmin is installed on the Commander application server that you will use to do this.
Connecting to your Database
Follow the procedure below to connect to your Snow Software Commander database.
- Login to the Snow Software Commander application server and browse to <INSTALL_DIRECTORY>\Embotics\Commander\pgsql\bin and execute pgAdmin3.
- From the File menu, choose Add Server.
- In the New Server Registration dialog, enter localhost in the Name and Host fields.
- Enter vlmuser in the Username field.
- Enter vlmpasswd in the Password field.
- Click OK.
- Expand Server Groups > Servers > localhost > Databases. An X appears beside the vlm database, indicating you are not currently connected.
- Select the vlm database. A connection is established.
Restoring the Database
Now that you are connected, you can restore the database. Before you begin make sure that you have access to as much disk space as is required for the backup file.
- If Snow Commander is running, you will need to stop the service. Launch services.msc from the Start menu on the Commander application server.
- Stop all the Commander services except for the Commander Database service.
- Back in pgAdmin3, right-click the vlm database and choose Delete/Drop. Confirm this choice when prompted.
- Right-click Databases and choose New Database.
- For Name, enter vlm. For Owner, choose vlmuser.
- Switch to the Definition tab and for Encoding choose UTF8.
- Click OK. The database is created.
- Right-click the vlm database and choose Restore.
- For Format, choose Custom or tar.
- Use the ellipsis (…) to browse to and select your backup file.
- For Rolename, choose vlmuser.
- Click Restore.
- Click Done. Close all pgAdmin3 windows.
- Restart the Commander services.
See Also
Was this helpful?
© 2026 Flexera. All rights reserved.