After the upgrade,
some of the hosts are not going to the maintenance mode.
In our case,
it was a hanging process of image upload.
To clean the
DB:
su –
postgres
psql -d
engine
select *
from image_transfers;
if not
empty
truncate image_transfers;
Now you can proceed w/o problems.
Keine Kommentare:
Kommentar veröffentlichen