burnie Posted December 8, 2019 Posted December 8, 2019 Hello everybody, a while ago I asked for a remote access for my Postgres database... https://www.helionet.org/index/topic/37628-solved-remote-access-for-postgresql/This works great. But now I created another database, hopefully the last one for the near future, and I need remote access for that one as well... database: burnie_gems_of_war users that needs remote access: "burnie", "burnie_guest" and "burnie_user" Thanks a lot!
Luigi123 Posted December 8, 2019 Posted December 8, 2019 This support request is being escalated to our root admin.
burnie Posted December 11, 2019 Author Posted December 11, 2019 Thanks a lot! Everything works like expected But I have another question. What is the best way to get access to the logfiles of the database? I want to insert a bunch of data next using SQL files and I want to log this all. I noticed that the logfiles of the database are stored in a directory that I can't access.
Krydos Posted December 12, 2019 Posted December 12, 2019 You'll need to log your sql queries on your own. The reason you can't access the logs is because they may contain sensitive information of other users.
burnie Posted December 12, 2019 Author Posted December 12, 2019 Hi Krydos, thanks for your answer! I'm doing it that way now that I simulate everything on my localhost. That's OK for now.
Recommended Posts