Skip to content

getnamingo/registry-migration-cocca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registry Migration: CoCCA to Namingo

Overview

This script facilitates the migration of all objects from a CoCCA registry to the Namingo registry system. It is designed to handle the import process by reading data from CoCCA's CSV exports and inserting the relevant information into the Namingo database.

Installation

  1. Clone the Repository: Clone this repository to your local machine.

  2. Install Dependencies: Navigate to the directory of the cloned repository and run composer install.

  3. Configure Database Connection: Rename config.php.dist to config.php. Edit this file to include your Namingo database connection details.

Prepare Data Files

Place your CoCCA CSV export files in the same directory as the script. Ensure the file names are Clients.csv and Domains.csv

Running the Script

Execute the script with the following command:

php import.php

Troubleshooting

In case of issues during the import process, you may need to truncate (empty) your Namingo database and attempt the import again.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages