Hi.
I’m using a Digtalocean-Droplet for Hosting a directus.io-installation. Just for context, directus is some kind of headless cms, running on node.js. It stores the entered data in a MySQL or PostgreSQL database.
My question is: How can I access the database, where the data ist stored from my installation? Via the console? I need that access, because i need to delete some stuff in that database…
Thanks für your help!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I have the same question.
I would like to know how to save the database managed by the CMS Directus. (created with one-click install from DigitalOcean).
Any idea to do this?
Hi there @leamoser,
It looks like that the Directus One-Click Installation Droplet uses PostgreSQL and not MySQL.
In order to access PostgreSQL via the command line you could run the following command:
postgres
user:directus
database:Hope that this helps! Regards, Bobby