Skip to content

Commit

Permalink
Temporary debugging info, to try and figure out a permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 3, 2024
1 parent 9a8f14c commit c4aa2f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,17 @@ _main() {
# Change into the PostgreSQL database directory, to avoid a pg_upgrade error about write permissions
cd "${PGDATA}"


### FIXME: Just some temporary debugging info
echo "---"
id
echo "OLD"
sudo ls -la "${OLD}"
echo "NEW"
sudo ls -la "${NEW}"
echo "---"


# Run the pg_upgrade command itself
echo "---------------------------------------"
echo "Running pg_upgrade command, from $(pwd)"
Expand Down

0 comments on commit c4aa2f2

Please sign in to comment.