<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: activeCollab 0.6, community preview</title>
  <link>http://www.activecollab.com/forums/topic/117/</link>
  <description>Recent posts on topic: activeCollab 0.6, community preview</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sun, 23 Nov 2008 12:55:56 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/1384/#post1384</link>
    <guid>http://www.activecollab.com/forums/post/1384/#post1384</guid>
    <title>Post #45 by gog</title>
    <dc:creator>gog</dc:creator>
    <description><![CDATA[<p>Yes, I know, that's why I copy pasted :)</p>]]></description>
    <pubDate>Tue, 25 Jul 2006 22:11:32 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/1379/#post1379</link>
    <guid>http://www.activecollab.com/forums/post/1379/#post1379</guid>
    <title>Post #44 by seventoes</title>
    <dc:creator>seventoes</dc:creator>
    <description><![CDATA[<p>man is a linux command, he might be using windows.</p>]]></description>
    <pubDate>Tue, 25 Jul 2006 20:46:10 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/1362/#post1362</link>
    <guid>http://www.activecollab.com/forums/post/1362/#post1362</guid>
    <title>Post #43 by gog</title>
    <dc:creator>gog</dc:creator>
    <description><![CDATA[<p>Try running mysqldump with an -d switch to backup only &quot;structure&quot;. Havent tried it yes, but this is from <b>man mysqldump</b><br />
<b>-d|--no-data No row information.</b></p>]]></description>
    <pubDate>Tue, 25 Jul 2006 14:23:46 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/1361/#post1361</link>
    <guid>http://www.activecollab.com/forums/post/1361/#post1361</guid>
    <title>Post #42 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi,<br />
<br />
I don't use MySQL console tool so I can't help you there... Somebody?</p>]]></description>
    <pubDate>Tue, 25 Jul 2006 14:18:15 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/1336/#post1336</link>
    <guid>http://www.activecollab.com/forums/post/1336/#post1336</guid>
    <title>Post #41 by cm_gui</title>
    <dc:creator>cm_gui</dc:creator>
    <description><![CDATA[<p>Hi Ilija<br />
<br />
Sorry but I am a newbie and don't know much about Mysql and don't use MyPhpAdmin.<br />
<br />
1)   How do you  &quot;Make two backups of DB data: structure + data and only data&quot; on the Mysql command line?<br />
<br />
I usually use mysqldump to make a backup of my database, but it backs up everything.    <br />
How do I back up only the data?<br />
<br />
2)   How do you &quot;Import data from DB backup.  Just the data&quot; on the command line?<br />
Usually I do mysql Ã¢â‚¬â€œu root Ã¢â‚¬â€œp databasename &lt; databasedumpfile  but this import everything and not just the data.<br />
<br />
Thank you very much in anticipation.<br />
<br />
Gui<br />
<br />
 <br />
<br />
<div class="postQuote"><blockquote><div class="quoteAuthor">Ilija Studen:</div>For all of you who want to upgrade, please follow this routine:<br />
<br />
1. Backup old files and data from database. Make two backups of DB data: structure + data and only data. First you'll need if something goes wrong and you need to revert back to alpha. Second you'll need to import in step 6.<br />
2. Drop all activeCollab tables from database. Remember to backup first!<br />
3. Upload 0.6 and rewrite old files with new ones.<br />
4. Run the installer, same thing as the first time.<br />
5. Select all tables and empty them. There is option in PHPMyAdmin or run TRUNCATE on all tables.<br />
6. Import data from DB backup. Just the data, installer created the structure.<br />
7. It shoud work. Go back to login screen.<br />
<br />
That should do the trick. If anything goes wrong restore old files and data in database and we'll see what can be done.</blockquote></div></p>]]></description>
    <pubDate>Mon, 24 Jul 2006 18:41:42 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/935/#post935</link>
    <guid>http://www.activecollab.com/forums/post/935/#post935</guid>
    <title>Post #40 by halmat</title>
    <dc:creator>halmat</dc:creator>
    <description><![CDATA[<p>Works on:<br />
<br />
Mac OS X 10.4.7<br />
PHP 5.1.4<br />
MySQL 4.0.24<br />
Apache 1.33<br />
<br />
No problems at all</p>]]></description>
    <pubDate>Fri, 14 Jul 2006 18:37:32 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/856/#post856</link>
    <guid>http://www.activecollab.com/forums/post/856/#post856</guid>
    <title>Post #39 by seventoes</title>
    <dc:creator>seventoes</dc:creator>
    <description><![CDATA[<p>I'd be willing to help with the javascript bits. Im pretty experienced. I prefer jQuery, but i can adapt to other libraries too.</p>]]></description>
    <pubDate>Fri, 14 Jul 2006 04:38:20 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/847/#post847</link>
    <guid>http://www.activecollab.com/forums/post/847/#post847</guid>
    <title>Post #38 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>When you are exporting database as SQL you export two sets of information:<br />
<br />
* database construction - have tables are constructed, relations between them etc<br />
* data that is already in the tables<br />
<br />
For backup you'll need both. For import when upgrading you don't need construction, just data. Construction is created by installer.<br />
<br />
<div class="postQuote"><blockquote>Ah, is it because when you restore the stuff that the installer fills in won't be over written? You'd have dupes causing all kinda nonsense?</blockquote></div><br />
Correct!</p>]]></description>
    <pubDate>Thu, 13 Jul 2006 23:44:16 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/832/#post832</link>
    <guid>http://www.activecollab.com/forums/post/832/#post832</guid>
    <title>Post #37 by ajcowellwork</title>
    <dc:creator>ajcowellwork</dc:creator>
    <description><![CDATA[<p>Bit of an SQL novice here (although I did manage to install without too much of a hassle so I can't be that bad). I'm running on Mac OSX and using MySQL Administrator to backup my db. In (1) below, is this like selecting the 'Backup Selected Schema Completely' option? The execution mode I've set is 'Lock All Tables'.<br />
<br />
If this is simpler to just run a MySQL command - let me know and I'll google around to find out what I need.<br />
<br />
Oh, another question - what is the purpose of (5) below? Ah, is it because when you restore the stuff that the installer fills in won't be over written? You'd have dupes causing all kinda nonsense?<br />
<br />
Thanks for an awesome product!<br />
<br />
A.<br />
<br />
<div class="postQuote"><blockquote><div class="quoteAuthor">Ilija Studen:</div>For all of you who want to upgrade, please follow this routine:<br />
<br />
1. Backup old files and data from database. Make two backups of DB data: structure + data and only data. First you'll need if something goes wrong and you need to revert back to alpha. Second you'll need to import in step 6.<br />
2. Drop all activeCollab tables from database. Remember to backup first!<br />
3. Upload 0.6 and rewrite old files with new ones.<br />
4. Run the installer, same thing as the first time.<br />
5. Select all tables and empty them. There is option in PHPMyAdmin or run TRUNCATE on all tables.<br />
6. Import data from DB backup. Just the data, installer created the structure.<br />
7. It shoud work. Go back to login screen.<br />
<br />
That should do the trick. If anything goes wrong restore old files and data in database and we'll see what can be done.</blockquote></div></p>]]></description>
    <pubDate>Thu, 13 Jul 2006 19:21:56 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/782/#post782</link>
    <guid>http://www.activecollab.com/forums/post/782/#post782</guid>
    <title>Post #36 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>We wanted to make sure that 0.6 works fine on most of the installations so we are still testing it. People found 7 bugs with this realease in 2 days. I think that 0.6 will be available as &quot;official&quot; download today or tomorrow.<br />
<br />
Upgrade process is not currently automated. Automated updates will be available after we get to 1.0.</p>]]></description>
    <pubDate>Thu, 13 Jul 2006 03:31:07 UTC</pubDate>
  </item>
</channel>
</rss>