I'm encountering an issue with the PostgreSQL Docker Official Image on my TrueNAS Scale setup. While I can install the image without any problems and make changes via pgAdmin, upon restarting the image, all modifications are lost, reverting everything back to its initial state.
Expected Behavior:
I expect the changes made within the PostgreSQL container to persist across restarts, ensuring data integrity and consistency.
Current Behavior:
However, it seems that the data is only stored in memory and not being saved to the disks, resulting in loss of changes upon restart.
Steps to Reproduce:
Install the PostgreSQL Docker Official Image on TrueNAS Scale.
Connect to the container via pgAdmin.
Make changes or create new data within the container.
Restart the container.
Observe that all changes are lost, reverting to the initial state.
Issue Description:
I'm encountering an issue with the PostgreSQL Docker Official Image on my TrueNAS Scale setup. While I can install the image without any problems and make changes via pgAdmin, upon restarting the image, all modifications are lost, reverting everything back to its initial state.
Expected Behavior:
I expect the changes made within the PostgreSQL container to persist across restarts, ensuring data integrity and consistency.
Current Behavior:
However, it seems that the data is only stored in memory and not being saved to the disks, resulting in loss of changes upon restart.
Steps to Reproduce:
Additional Information: