#Can i still access the data of my GPU pod once my account run out of funds

9 messages · Page 1 of 1 (latest)

urban mirage
#

I have a telegram bot running in a GPU pod.
It has a postgres database container, it stores all the data in the postgres database.
I earlier had it setup in the CPU pod but when i run out of funds, It deletes the pod and deletes all the data of my database. Now i switched to GPU pod so it has data persistency, but i was wondering what would happen if i run out of funds. Will i still be able to ssh in to my machine and get the data from my database ? or i can not do that.

pine rivetBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

ember fiber
#

You need to ensure that your account does not run out of funds, otherwise your pods are deleted and you lose your data.

urban mirage
#

thats the case with CPU pods but GPU pods just get stopped.
They are not deleted.

#

can i still access data once i add my funds back ?

ember fiber
#

GPU pods are also deleted if you run out of funds as I said.

#

You can't get your data back. Make sure you have funds.

rotund anvil
urban mirage
#

thanks @rotund anvil