Coder Social home page Coder Social logo

Comments (1)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
While it's not a bug, it will be documented. The problem was caused by the 
schema changing in the Database. I try to avoid changing the database schema 
between minor versions. 0.4.x should remain compatible with patches, but 
upgrading to 0.5.x will usually require a database update.

The command you used is a perfectly valid way to rebuild the DB, but it will 
completely restore your database to the new version and delete your data. If 
you're upgrading from unknown versions you can also try to  migrate, which is 
pretty simple and will preserve your old data where possible. You'll likely 
have to rescan your music once it's done. 

./symfony cc 
./symfony doctrine:generate-migrations-diff
./symfony doctrine:migrate
./symfony doctrine:build --all-classes
./symfony cc

I've added the info to the update streeme Wiki found here 
http://code.google.com/p/streeme/wiki/UpdateStreeme#Migrating_your_database_sche
ma_between_minor_versions

http://code.google.com/p/streeme/wiki/UpdateStreeme

Original comment by [email protected] on 29 Jan 2012 at 11:13

  • Changed state: Fixed

from streeme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.