Jump to content

Recommended Posts

Posted

Hi! I just sign up in Jhonny two days ago and I uploaded my Django app. I use PostgreSQL as db backend, but Im having trouble to restore my DB running the backup script I previously generated with Pgadmin3. I created a new database, then I went to the "SQL" tag and ran my code.

 

First odd thing I found was that in the public scheme of my DB there was more tables than it should be. I suspect there is some kind of policies in the server that "shares" the public scheme with all the databases. Is this it?

 

Do I have to create a separated schema to store my data? Or should I use the public instead?

 

Thans in advance

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...