Drupal

Migrating CSV files into Drupal

Today will teach you how to import content into Drupal from a Comma-Separated Values (CSV) file. The most recent version of the Migrate Source CSV module will be used. We'll demonstrate how to set the source plugin up to read files. We'll also go through a brand-new function that lets you set the file location using stream wrappers.You...

by amrit.pal
Tag: migrate
30-May-2023

Drupal

Drupal Data Migration with Migrate API

The Migrate API provides services for migrating data from a source system to Drupal 9. Migration is an Extract, Transform, Load (ETL) process. In the Drupal Migrate API the : Extract phase is called the source Transform phase is called the process Load phase is called the destination It's critical to realize that...

by amrit.pal
Tag: migrate
29-Mar-2023

AWS, DevOps

Migrate PostgreSQL on Linux server to AWS PostgreSQL RDS using Londiste (Skytools 2)

PostgreSQL is another SQL. It is the second most popular Structured Query Language after MySQL. The steps discussed in the blog can be used for any kind of migration of PostgreSQL. From on-premise to cloud or on-premise to on-premise or cloud to on-premise. Use-case I had to migrate my PostgreSQL running on an EC2 server to RDS...

by Ranvijay Jamwal
Tag: migrate
12-Oct-2015

Technology

Migrating a Git repository from one server to another.

Recently, I had to migrate one of the git repository from our local git server to Github along with all the branches, tags etc. Since ours is a big project and with many branches, adding second remote and pushing master branch was not an option. And with Git it's a very simple three step process. 1) Clone bare structure of an existing...

by Hitesh Bhatia
Tag: migrate
18-Sep-2012