With great difficulty I guess!

I assume you have something like phpMyAdmin though, in which case
you can do the equivalent thing, i.e.:

 1. Dump the data (just the data, not the table structure) to a
    script that you save locally
 2. Drop the database, and recreate it using the latest laconica.sql
 3. Re-import your old data using the script you saved in step 1

Cheers,

Ciaran

Fabian A. Scherschel wrote:
> How do I use that if I have no shell access on my server?
> 
> Best wishes,
> Fab
> 
> 
> -- 
> Linux Outlaws — We Aim To Misbehave
> Free and Open Internet Radio Show
> 
> http://linuxoutlaws.com
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> 
> 
> On Tue, Sep 23, 2008 at 10:55 AM, Ciaran Gultnieks <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
> 
>     In 0.6 there is a rebuild script which dumps the existing data, drops
>     and recreates the database, and then restores the old data. It's in
>     the scripts directory, and you need to call it like this:
> 
>      ./rebuilddb.sh DBUSER DBPASSWORD DBNAME ../db/laconica.sql
> 
>     Obviously replace the first three parameters with the appropriate
>     ones for your setup.
> 
>     This worked without any problems for me, but needless to say you will
>     want to back up your database before trying it!
> 
>     Cheers,
> 
>     Ciaran
> 
> 
>     Tommie Podzemski wrote:
>      > Second this, any alter-script floating around?
>      >
>      > Tommie
>      >
>      > Lee Clemmer wrote:
>      >> Hi guys, wanted to see if anyone knew when release 0.6.0 would be
>      >> available.  Still running an internal instance of 0.4.4 and tried
>      >> unsuccessfully upgrading to 0.5.0. <http://0.5.0.> <http://0.5.0.>
>      There were problems
>      >> with conversations only showing in the "Personal" tab and not the 
> public
>      >> timeline... but anything posted after the migration would only show up
>      >> in the public timeline and not the "Personal" tab.  So we're holding 
> off
>      >> on the upgrade waiting for 0.6.0. <http://0.6.0.> <http://0.6.0.>  
> Will
>     there be a
>      >> migration path from 0.4.4 to 0.6.0 that doesn't include upgrading to
>      >> 0.5.0?  Or will there be a better upgrade instructions for 0.5.0
>      >> anywhere besides those listed on laconi.ca <http://laconi.ca>
>     <http://laconi.ca>?  It seems
>      >> that the tables need to be altered but I couldn't find the relevant 
> SQL
>      >> commands anywhere...
>      >>
>      >> Thanks any help is greatly appreciated...
>      >> - lee
>      >>
>      >>
>      >> 
> ------------------------------------------------------------------------
>      >>
>      >> This body part will be downloaded on demand.
>      > _______________________________________________
>      > Laconica-dev mailing list
>      > [email protected] <mailto:[email protected]>
>      > http://mail.laconi.ca/mailman/listinfo/laconica-dev
>      >
> 
>     _______________________________________________
>     Laconica-dev mailing list
>     [email protected] <mailto:[email protected]>
>     http://mail.laconi.ca/mailman/listinfo/laconica-dev
> 
> 
> 
> 

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to