Actions
Bug #20322
closedkatello-restore errors out
Status:
Closed
Priority:
Normal
Assignee:
Category:
Backup & Restore
Target version:
Description
psql: option requires an argument -- 'f'
Try "psql --help" for more information.
Failed 'runuser - postgres -c "psql -f #{File.join(@dir, "pg_globals.dump")} postgres 2>/dev/null"'
This is because of the multiple quotes preventing string interpolation
Actions