Docker redeploy and lost data

Docker ImageI deployed a wiki.js docker image. I was working in it this morning adding to the knoledgebase. Wen I came back to it this afternoon I was prompted to reinstall the app. Looking at my dashboard it seems that render pushed a redeploy. I am assuming that all my data was lost, I tried a rollback but no dice. How do I connect this docker imageto postgres so that will persist after a redeploy.

Thanks in advance

Hi Travis,

You can spin up a Postgres instance following our documentation at https://render.com/docs/databases

From there you would need to refer to the wiki.js documentation or consult a wiki.js community for help configuring it to connect to Postgres.

Regards,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.