* Add v15 * Add initial support to postgres * [78] Add compose example for postgres installation * [78] Fix docs: moved upgrade lines under proper section * [78] Add postgres upgrade instructions * [gh-78] Improve conf.php management with pgsql
9 lines
526 B
Markdown
9 lines
526 B
Markdown
# Dolibarr with postgres
|
|
|
|
Running a Dolibarr instance with a postgres server is a new behaviour, this examples show you how to describe this architecture in a docker-compose way.
|
|
|
|
When set to use `pgsql`, Dolibarr must be installed manually on it's first execution:
|
|
- Browse to `http://0.0.0.0/install`;
|
|
- Follow the installation setup;
|
|
- Add `install.lock` inside the container volume `/var/www/html/documents` (ex `docker-compose exec services-data_dolibarr_1 /bin/bash -c "touch /var/www/html/documents/install.lock"`).
|