Re: [mezzanine-users] Database not populated using Fabric deploy

2018-01-19 Thread rwr . r3dp
OK, I did manage to get logged into the admin pages by creating a django admin supersuer on the server. Just need a reliable method for syncing databases. On Thursday, January 18, 2018 at 5:50:52 PM UTC-6, Eduardo Rivas wrote: > > Hello! > > The fabfile assumes your test database contains data

Re: [mezzanine-users] Database not populated using Fabric deploy

2018-01-19 Thread rwr . r3dp
OK, time to seek help again... I have tried a number of backup/dump and restore/load mechanisms to try and sync data between my local development project db and the server production db. Again, fab deploy works great and I can access the site on my server. But no matter what db sync method I

Re: [mezzanine-users] Database not populated using Fabric deploy

2018-01-18 Thread rwr . r3dp
Thanks for the quick reply, Eduardo . That makes perfect sense. That's why I didn't figure it out myself. lol... I thought about the migration issue right after posting. It doesn't have anything to do with data, only model structure. Thanks again for the help. On Thursday, January 18, 2018

Re: [mezzanine-users] Database not populated using Fabric deploy

2018-01-18 Thread Eduardo Rivas
Hello! The fabfile assumes your test database contains data not suitable for production. You will need to manually dump and restore your DB in the production server if you want to transfer your development data. My suggestion is you create your own Fabric task to automate the process if this

[mezzanine-users] Database not populated using Fabric deploy

2018-01-18 Thread rwr . r3dp
Hi all I'm brand new to Mezzanine, but not to Django. I created a test mezzanine project and it runs perfectly on loclhost. It's a default project with the provided sample data, no mods at all. I deployed the project to a fresh Linode Debian Stretch server using 'fab secure' and then 'fab