I am trying to connect the postgresql database of my current site to a new project in Wappler but after I submit the credentials, I am met with “Error Connecting. All configuration methods failed.”
I don’t know what I am doing wrong. All the published video guides I have found are making new databases or using MySQL or something of that nature.
I just want to connect the PostgreSQL database we are currently using to Wappler to build out a new web app. I’m open to instructions on how to copy the database into a new one into Wappler as well because something odd is happening with the site that suggests something is potentially off with the architecture we are moving away from.
I haven’t ever used a key myself, I usually just access remotely. I was able to do it remotely again on another app.
Is it technically possible for me to extract all the data onto a csv file or something similar, make a new database on Wappler, and import it that way? I’m looking for some instructions to do that although all user passwords are encrypted (hash is the term?)
So on the new app I make with Wappler I want them to still be able to login with the passwords they had. Even if there must be a prompt to change them.
Is that possible?
or maybe create a new separate droplet on Digital Ocean, import data into there, and attempt to connect with Wappler that way? I kept trying the Directus option, I simply don’t get how to even install it, so I am going to use Wappler to make all the internal panels and things I need. I was also told once to keep data separate since the app will be so data heavy. Learning as I go so I hope my questions make sense