Perforce

From kJams Wiki
Revision as of 02:41, 6 November 2018 by Dave (talk | contribs)
Jump to navigation Jump to search

How to do a checkpoint and / or update perforce server to latest

  1. p4 admin stop
  2. p4 verify -q //...
  3. p4 admin checkpoint
  4. use app "LaunchControl" to unload p4d global daemon
  5. delete db.* files
  6. upgrade p4 & p4d
  7. p4d -jr checkpoint.xx <-- fill in number
  8. ensure the journal file has write access
  9. p4d -J journal -xu
  10. start / load p4d
  11. p4 counter lastCheckpointAction
  12. p4 verify -q //...
  13. p4 admin restart

Using LaunchControl to manage the p4 server daemon

import this file into LaunchControl as a Global Daemon, ensure it's running.

It should look like this:
perforce_launch_control.png