Django PostgreSQL Migration from SQLite



Django PostgreSQL Migration from SQLite

Django PostgreSQL Migration from SQLite

In this Django PostgreSQL tutorial we migrate the default SQLite database to the PostgreSQL database.

First we perform a data dump of the existing data and then proceed to install PostgreSQL and a graphical user interface PG admin.

Once installed we configure the Django settings file to connect to our new database we first build. The final steps include migrating our database to PostgreSQL and uploading out data dump to our new database.

Learn Django – Check out my other Django tutorials for beginners
If you like this Django tutorial you will love our Django tutorial series where we hope to teach you some of the basic functionality of Django in a practical and fun way.
https://www.youtube.com/playlist?list=PLOLrQ9Pn6cazTA2QyG2R2UT7MQCAOK3W4

SUBSCRIBE to get more free tutorials, courses and code snippets!
http://www.youtube.com/channel/UC1mxuk7tuQT2D0qTMgKji3w?sub_confirmation=1

Follow us on Facebook
https://www.facebook.com/Veryacademycom-113232103670580/

Follow use on Twitter:
https://twitter.com/VeryAcademy

Comments are closed.