Top "Migrate" questions

Migration is the process of moving data from container to another.

Copy tables from one database to another in SQL Server

I have a database called foo and a database called bar. I have a table in foo called tblFoobar that …

sql sql-server copy migrate database-table
How do you migrate an IIS 7 site to another server?

I'm wondering what is the best practice for moving a website to another server (along with all settings, etc.) Manually …

deployment iis-7 migrate
Moving Git repository content to another repository preserving history

I am trying to move only the contents of one repository (repo1) to another existing repository (repo2) using the following …

git merge repository migrate
new to rails, setting up db then running rake db:create/migrate

hi im currently learning rails, and following a tutorial. the instructions were to edit the migration file after i've created …

ruby-on-rails database migrate
Django - no such table exception

In Django, I've added some models into models.py. After manage.py makemigrations, manage.py migrate raised this exception: django.…

python django sqlite migrate makemigrations
Django: dependencies reference nonexistent parent node

When I run the following command python manage.py migrate I receive this error from django so can't step forward …

python django migrate
Load Excel data sheet to Oracle database

I am looking for a free tool to load Excel data sheet into an Oracle database. I tried the Oracle …

excel database oracle nullpointerexception migrate
How to force migrations to a DB if some tables already exist in Django?

I have a Python/Django proyect. Due to some rolls back, and other mixed stuff we ended up in a …

python django postgresql migrate
SyntaxError: Generator expression must be parenthezised / python manage.py migrate

I'm really new in programming and I wanted to follow the Djangogirls tutorial, but I'm stucked now. In the tutorial, …

python django syntax-error migrate
Laravel: Base table or view not found: 1146 Table 'database.pages doesn't exist

I'm working on a CMS and I have a little problem with my migrations. I added a new migration file …

php laravel migrate