I would add that sqlite files are supposed to be portable across all machines <https://www.sqlite.org/onefile.html>, including big- and little-endian, 32- and 64-bit. So, as Pat says, it's just a simple matter of moving your file.
-tk On Tue, Aug 28, 2018 at 9:37 AM Pat <[email protected]> wrote: > The sdb file is sqlite. If you want to verify, you could install the > sqlite3 tool and run this command > > echo .tables | sqlite3 weewx.sdb > > weewx only supports sqlite and mysql. Double check to make sure which > database you are using by checking > weewx.conf, [DataBindings] [[wx_binding]] database. if it's archive_sqlite > then weewx.sdb is the file you want to copy > > > On Tuesday, August 28, 2018 at 12:10:48 PM UTC-4, Eric Gammeter wrote: >> >> Well- is the sdb file compatible with the sqlite that is running on the >> Rpi PC? SQL vs sqLite. >> >> On Tuesday, August 28, 2018 at 11:31:27 AM UTC-4, Eric Gammeter wrote: >>> >>> Hi- >>> >>> I have been running weewx 3.8.2-1 for a year on my main debian PC- It >>> ran SQL and created a weewx.sdb file (888832kb). Now I would like to >>> migrate that database file onto a RaspberryPi PC and operate weewx on the >>> Rpi...My question is this: Is there a way to migrate my weewx.sdb file >>> into the RPi weewx application? >>> Many thanks- /E >>> >> -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
