Forum OpenACS Development: Re: Docker Images available

Collapse
Posted by Malte Sussdorff on
Quick question. If you use the docker-compose.yml then both Postgres and Docker should come up and the OpenACS Database called „openacs“ with user „openacs“ should be initialized. The Root user might not have the access for your commands.

Not sure what you want to achieve though. The PGDATA is a volume, so you can store it within the docker environment and it stays with the same data even if you upgrade the Postgres Environment. This volume is „mounted“ within the Postgres container under /var/lib/postgresql/data. So depending on your *goal* I might actually help.