Skip to main content


Database data Migrations from lower version of django to higher version of django in PostgreSQL. Enter into the postgresql shell by the following command. Sudo -su postgres psql After that need to create a database by typing create database database_name; Then need to grant the permission by typing Grant all privileges to database database_name to user_name;