View Ticket
Not logged in
Ticket UUID: 5872e90fdabec52b2c41596b033d486452eec303
Title: Database error: no such table: orphan
Status: Closed Type: Code_Defect
Severity: Priority:
Subsystem: Resolution: Not_A_Bug
Last Modified: 2010-12-08 11:39:26
Version Found In: [cf178577ec]
Description & Comments:
I have both a local and remote fossil to version [cf178577ec].

I have a local commit that the remote does not have. I do "fossil push", and I get:

Server:    http://viric@vicerveza.homeunix.net/~viric/cgi-bin/rss
                Bytes      Cards  Artifacts     Deltas
Sent:            3626         77          0          0
Received:        2899         61          0          0
Sent:          260211        110          1         27
Error: Database error: no such table: orphan
SELECT rid FROM orphan WHERE baseline=580

drh added on 2010-12-07 15:29:40:
You need to run

fossil all rebuild

Do this on both client and server. If you update to the latest (prebuilt binaries available on the Fossil website) then Fossil will warn you about the need to rebuild.


anonymous added on 2010-12-08 11:39:26:
Thank you. I remembered as if I had done 'rebuild' on the server, but evidently I remembered bad.