|
Table of Contents
|
Changing database of eHour standaloneBy default the standalone version of eHour 0.9.1 uses an embedded database to store timesheet information. This works well but it's not guaranteed to recover after a power failure, crash, etc. When you use eHour in a production environment it's recommended to use MySQL or PostgreSQL as your database. Using MySQLOpen the
Remove the hashmarks (#) and replace the database name and username/password with appropiate values
Make sure the configuration for postgresql is commented out (prefixed with #) Create the database tables by following the instructions on database setup for Linux or Windows Restart eHour Using PostgresqlOpen the
Remove the hashmarks (#) and replace the database name and username/password with appropiate values
Make sure the configuration for mysql is commented out (prefixed with #) Create the database tables by following the instructions on database setup for Linux, Windows setup instructions are not available. Restart eHour |
Skip to end of metadata
Go to start of metadata
Labels:
