Postgresql
-
wrote on Jul 3, 2019, 2:07 AM last edited by girish Jul 3, 2019, 3:24 AM
Hello, I have an issue with postgresql. It wont start back up. I tried using the restart button under System. I talked to Girish about this before and solved it, but I lost the email. Can someone help me? Thanks.
-
@Jenova Ah! I found your support email. I wonder why this issue has re-surfaced. That too twice with you...
NOTE: this nukes all postgresql data. Don't use this if any of your apps are using postgresql already.
docker stop postgresql rm -rf /home/yellowtent/platformdata/postgresql/* sed -e 's/postgresql:2.0.2/postgresql:2.0.1/' -i /home/yellowtent/platformdata/INFRA_VERSION systemctl restart box
-
@Jenova Ah! I found your support email. I wonder why this issue has re-surfaced. That too twice with you...
NOTE: this nukes all postgresql data. Don't use this if any of your apps are using postgresql already.
docker stop postgresql rm -rf /home/yellowtent/platformdata/postgresql/* sed -e 's/postgresql:2.0.2/postgresql:2.0.1/' -i /home/yellowtent/platformdata/INFRA_VERSION systemctl restart box
-
@Jenova Ah! I found your support email. I wonder why this issue has re-surfaced. That too twice with you...
NOTE: this nukes all postgresql data. Don't use this if any of your apps are using postgresql already.
docker stop postgresql rm -rf /home/yellowtent/platformdata/postgresql/* sed -e 's/postgresql:2.0.2/postgresql:2.0.1/' -i /home/yellowtent/platformdata/INFRA_VERSION systemctl restart box
wrote on Jul 3, 2019, 4:18 AM last edited by -
wrote on Nov 21, 2021, 9:54 PM last edited by
Hi all, i have this problem as well. Which type of apps ar using this service?
-
wrote on Nov 21, 2021, 9:55 PM last edited by
-
wrote on Nov 21, 2021, 9:55 PM last edited by
-
wrote on Nov 21, 2021, 10:07 PM last edited by
-
@sebgg have you tried clearing out postgresql directory entirely ? Assuming you have backups,
docker stop postgresql rm -rf /home/yellowtent/platformdata/postgresql/* ``` Then, go to services -> postgresql -> restart. That will rebuild the postgresql container.