Skip to content

Instantly share code, notes, and snippets.

@daviddelikat
Created July 6, 2012 18:39
Show Gist options
  • Save daviddelikat/3061947 to your computer and use it in GitHub Desktop.
Save daviddelikat/3061947 to your computer and use it in GitHub Desktop.
wre upgrade 0.9.3 to 0.9.4
[webgui@postcms1 data]$ tar -xzf /admin/wre/wre-0.9.4-centos-5-ia32.tar.gz
tar: wre/prereqs/lib/terminfo: Cannot open: File exists
tar: Error exit delayed from previous errors
[webgui@postcms1 data]$ rm -rf wre/prereqs/lib/terminfo
the terminfo directory is being replaced by a soft link so the tar command crashes when it tries
to create it.
@daviddelikat
Copy link
Author

cd /data/wre/prereqs/bin
./mysql_upgrade --password=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment