You've reached 100% of your monthly storage limit.
Good day everyone. I have reached 100% of my monthly storage limit. I was busy migrating my database from MongoDB to Neon and was running several Python scripts on the data to make sure that all the data gets to its new home in the desired format; thus I was running the psql command in my terminal often to copy the data over to Neon once a new variation of my Python script was done executing...
When it seemed like I finally worked out all the kinks in my Python script I got "ERROR: could not extend file because project size limit (512 MB) has been exceeded" and was not able to successfully import any of my data from the CSV.
The Neon database as is has hardly anything on it and the history setting is set to only retain the history for 1 hour.
I am feeling puzzled as to what these errors mean or where they come form?
Am I correct in assuming that this limitation is more with regards to the size of all the data that I have transferred in and out of the database this month rather than the database itself? AND if so, does that mean that if I wait until 1 September that I will be able to run my psql copy command again to import my CSV data successfully then?
Thank you very much!
When it seemed like I finally worked out all the kinks in my Python script I got "ERROR: could not extend file because project size limit (512 MB) has been exceeded" and was not able to successfully import any of my data from the CSV.
The Neon database as is has hardly anything on it and the history setting is set to only retain the history for 1 hour.
I am feeling puzzled as to what these errors mean or where they come form?
Am I correct in assuming that this limitation is more with regards to the size of all the data that I have transferred in and out of the database this month rather than the database itself? AND if so, does that mean that if I wait until 1 September that I will be able to run my psql copy command again to import my CSV data successfully then?
Thank you very much!
