docassemble icon indicating copy to clipboard operation
docassemble copied to clipboard

External Database

Open haseebmukhtar opened this issue 1 year ago • 2 comments

Hi I am using external database but still local database on container is running.

how can we shutdown local database in container if using external database

haseebmukhtar avatar Jul 08 '24 18:07 haseebmukhtar

It would be easiest to just ignore the fact that there is a PostgreSQL server on the container doing nothing. It doesn't cause any harm. If you want to prevent it from running you can set a CONTAINERROLE that doesn't include sql.

jhpyle avatar Jul 09 '24 12:07 jhpyle

Thanks, I will try CONTAINERROLE. Need to shutdown PostgreSQL server to reduce the required memory of container.

haseebmukhtar avatar Jul 09 '24 13:07 haseebmukhtar