Hello,
I need some help restoring a user's iCal data. Other users are working fine, and I can log in as this user and view the (now empty) calendar, create test items, etc.
I know the data is stored in Postgres, and that a nightly backup is made, but really need help with specific commands. Also, I'm unclear about the general process...I'm guessing something along these lines:
Backup current DB (manually, via command)
Restore the old DB from the PG 'dumpall' file
Log in as the user in question, export her calendar
Restore the current DB
Import the user's calendar back in (from .ics file)
Apple Enterprise support would not help, saying that restoring Postgres data was beyond their scope.
Any help you can provide is very much appreciated. I've searched around but not found any good documentation.
I need some help restoring a user's iCal data. Other users are working fine, and I can log in as this user and view the (now empty) calendar, create test items, etc.
I know the data is stored in Postgres, and that a nightly backup is made, but really need help with specific commands. Also, I'm unclear about the general process...I'm guessing something along these lines:
Backup current DB (manually, via command)
Restore the old DB from the PG 'dumpall' file
Log in as the user in question, export her calendar
Restore the current DB
Import the user's calendar back in (from .ics file)
Apple Enterprise support would not help, saying that restoring Postgres data was beyond their scope.
Any help you can provide is very much appreciated. I've searched around but not found any good documentation.