System Information
- Strapi Version: v3.5.4
- Operating System: Windows 10 & Ubuntu 20.04
- Database: PostgreSQL
- Node Version: 12.22.1
- NPM Version: 6.14.12
- Yarn Version: 1.22.10
How can you clone a PostgreSQL database from Windows 10 to Ubuntu 20.04?
I want to clone my project from my computer to the server. I know how to clone the repository via git, but how can I clone a database. I watched this video https://youtu.be/Rw7FTdhbgI8?t=629 and I just understood that you needed to clone the database, but they didn’t explain how. What method do you recommend and how can I do it? I’m pretty new to databases.