Maintaining the WS_FTP Server data store
- Last Updated: July 22, 2025
- 1 minute read
- WS_FTP Server
- Version 2022
- Documentation
Maintaining the WS_FTP Server data store
WS_FTP Server stores user and configuration data in a PostgreSQL database. In most cases, this database will not require any maintenance. If, however, you modify the configuration data of the server often (adding and removing users, folder permissions, rules or notifications), you may need to run periodic maintenance tasks on the database server.
To perform this routine maintenance, use the maintain_db.bat file located in:
- 32-bit -
C:\Program Files\Progress\WS_FTP Server\utilities\ - 64-bit -
C:\Program Files (x86)\Progress\WS_FTP Server\utilities\
Usage
maintain_db.bat username password- username. The admin user for the PostgreSQL database
- password. The password for the admin user for the PostgreSQL database