Difference between revisions of "User:JeffSimpson/Upgrading from 0.19 p9163-r1 to 0.20 on Gentoo from portage overlay"
From MythTV Official Wiki
JeffSimpson (talk | contribs) (→Build new system) |
JeffSimpson (talk | contribs) (→Back up existing system) |
||
Line 7: | Line 7: | ||
* Back up database: | * Back up database: | ||
<pre>mysqldump -u mythtv -p mythtv mythconverg > mythconverg-`date +%F`.sql</pre> | <pre>mysqldump -u mythtv -p mythtv mythconverg > mythconverg-`date +%F`.sql</pre> | ||
+ | ''You should backup the database RIGHT before stopping mythbackend. No harm in doing multiple backups, though'' | ||
=== Build new system === | === Build new system === |
Revision as of 15:23, 12 September 2006
Back up existing system
- Package up existing mythtv in case you need to revert back:
quickpkg media-tv/mythtv
- Back up database:
mysqldump -u mythtv -p mythtv mythconverg > mythconverg-`date +%F`.sql
You should backup the database RIGHT before stopping mythbackend. No harm in doing multiple backups, though
Build new system
- Download MythTV portage overlay file from http://xxx.teppic.homelinux.net/MythTV-0.20-Overlay.tar.bz2
- Extract into portage overlay
cp MythTV-0.20-Overlay.tar.bz2 /usr/local/portage cd /usr/local/portage tar -xjf MythTV-0.20-Overlay.tar.bz2
- Build the packages (but don't install yet):
emerge -B mythtv
Note: This wiki entry is in-progress. I don't recommend following it until it is finished