Replies: 2 comments
-
#this simple program works def Save_db():
if name == "main": |
Beta Was this translation helpful? Give feedback.
-
Hello @yomuevans, welcome to Fief 👋 If you're running your own Fief server in local, you don't really need to configure your database with the BYOD feature. It's better to configure your database for the whole Fief server and select "Cloud database" when creating your workspace (when you self-host, the "cloud" database is actually your server). |
Beta Was this translation helpful? Give feedback.
-
Hi, so am trying to follow the instructions in the link https://docs.fief.dev/going-further/byod/#setup-your-database, in my own http://localhost:8000/admin/create-workspace/step3
(I did not actually use XXX) I have my own database setup and working(I use pgadmin), but whenever i check connection.
Can't connect to the database: (psycopg2.OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? could not connect to server: Cannot assign requested address Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? (Background on this error at: https://sqlalche.me/e/14/e3q8)
Beta Was this translation helpful? Give feedback.
All reactions