Frequently Asked Question
How to use PostgreSQL store DbFace configuration?
Last Updated 7 years ago
DbFace use SQLite3 to store applications, users, database connections and any other information. If you want to use PostgreSQL to store them. You can follow the steps below:
1). Delete config/.install file
2). Create database dbface in public schema use the attached SQL file (you can find the file in config directory)
3). Rebuild application/config/database.php file like the MySQL
4). Reinstall.
Then all dbface configuration data should stored in PostgreSQL
1). Delete config/.install file
2). Create database dbface in public schema use the attached SQL file (you can find the file in config directory)
3). Rebuild application/config/database.php file like the MySQL
4). Reinstall.
Then all dbface configuration data should stored in PostgreSQL