julien-infra-hostinger-database

Manage PostgreSQL, Redis, and MongoDB instances on a Hostinger VPS.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-infra-hostinger-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: julien-infra-hostinger-database
Source: https://github.com/theflysurfer/claude-skills-marketplace/tree/main/skills/julien-infra-hostinger-database
Command: npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-infra-hostinger-database

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates shared database instances on a Hostinger VPS, including connections, backups, user management, and monitoring.

Core Features & Use Cases

  • PostgreSQL operations: connections, list, create, backup/restore
  • Redis operations: basic commands, info, memory usage
  • MongoDB operations: basic admin tasks
  • Backups & restores: scripts and commands for data safety

Quick Start

Connect to the databases from the VPS and perform a backup or user management task.

Frequently Asked Questions about julien-infra-hostinger-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I backup and restore PostgreSQL databases on a Hostinger VPS?

PostgreSQL backup and restore uses dump scripts and commands executed via SSH on your Hostinger VPS. The Skill automates these workflows, capturing full database snapshots and enabling point-in-time recovery for data safety and disaster recovery.

Can I manage multiple database types (PostgreSQL, Redis, MongoDB) on the same VPS instance?

Yes, this Skill administers shared PostgreSQL, Redis, and MongoDB instances simultaneously on a single Hostinger VPS. It handles connections, user management, and maintenance tasks across all three database engines from a unified workflow.

What database administration tasks can I perform without direct shell access?

User creation and privilege management, connection establishment, backup and restore operations, memory and query inspection, and basic health checks execute via containerized command execution without requiring direct SSH access to the database servers.

How do I troubleshoot PostgreSQL, Redis, or MongoDB connectivity issues on Hostinger?

Database connectivity resolution diagnoses connection failures, verifies user credentials and privileges, inspects network configuration on your Hostinger VPS, and validates service availability across PostgreSQL, Redis, and MongoDB instances.

Do I need SSH access to manage databases on a Hostinger VPS?

SSH access to your Hostinger VPS is a core requirement for executing admin tasks, establishing connections, running backups, and performing troubleshooting across PostgreSQL, Redis, and MongoDB instances.