\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/yedekledb24/DatabaseBackupMasterv5/__pycache__/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/yedekledb24/DatabaseBackupMasterv5/__pycache__/backup_utils.cpython-310.pyc |
o
34�gV � @ s* d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlZd dlmZ d dl m
Z
mZmZm
Z
d dlmZmZ d dlmZ e�e�Zd dlmZ zd dlmZmZ dZW n* ey� zd dlmZmZ dZW n ey~ dZdZd Ze�d
� Y nw Y nw dd� Zd
d� Z dd� Z!ddd�Z"dS )� N)�datetime)�DatabaseConnection�
StorageTarget� BackupJob� BackupLog)�upload_to_storage�get_storage_space)�db)�format_size)�encrypt_file�decrypt_fileTFuN GPG şifreleme modülleri yüklenemedi. Şifreleme devre dışı bırakıldı.c
C s� z?| dv rddl }|j|||||dd�}|�� W dS | dkr5ddl}|j|||||dd�}|�� W dS t�d | � �� W d
S tyh } zt�d| � d|� d
|� d|� dt| �� �
� W Y d} ~ d
S d} ~ ww )a�
Test connection to a database server.
Args:
db_type (str): Database type (mysql, mariadb, postgresql)
host (str): Database host
port (int): Database port
username (str): Database username
password (str): Database password
database (str): Database name
Returns:
bool: True if connection successful, False otherwise
��mysql�mariadbr N� )�host�port�user�password�database�connect_timeoutT�
postgresql)r r r r �dbnamer �Unsupported database type: FzDatabase connection error for � �:�/z: )�pymysql�connect�close�psycopg2�logger�error� Exception�str)
�db_typer r �usernamer r r �connr �e� r) �>/var/www/html/yedekledb24/DatabaseBackupMaster/backup_utils.py�test_database_connection&