Code Monkey home page Code Monkey logo

Comments (7)

jakob avatar jakob commented on June 8, 2024

This is probably because of the new permission dialog we added in Postgres.app 2.7.

First of all, please make sure you are on the latest version of Postgres.app (currently 2.7.2)

Next, please open Postgres.app, go to settings, and check if Aqua Data Studio appears in the list of clients?

from postgresapp.

martinmueller39 avatar martinmueller39 commented on June 8, 2024

from postgresapp.

jakob avatar jakob commented on June 8, 2024

Are you still experiencing issues with Postgres.app and Aqua Data Studio?

Please let us know if you have been able to resolve the problem, or if you want us to further investigate the issue.

from postgresapp.

martinmueller39 avatar martinmueller39 commented on June 8, 2024

from postgresapp.

martinmueller39 avatar martinmueller39 commented on June 8, 2024

from postgresapp.

jakob avatar jakob commented on June 8, 2024

I can’t find the datafiles for my Postgres database.

The easiest way to find the data directory is to run the following query:

show data_directory;

I am thinking of adding the data files to my Dropbox account, which means that in addition to being backed up on a separate drive via Time Machine they would also be retrievable if the drive crashed. I assume that is a safe procedure (...)

No! Do not put your data directory in Dropbox! There is a very high chance that this will corrupt your database. PostgreSQL doesn't like it when other apps manipulate its data directory, because then the different files will go out of sync.

Using TimeMachine on APFS to back up a PostgreSQL data directory is probably okay, because it uses file system snapshots. However, we haven't tested it. (If you do use time machine, make sure to always restore the full data directory, and do so only while the server is shut down.)

from postgresapp.

martinmueller39 avatar martinmueller39 commented on June 8, 2024

from postgresapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.