Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    465 rollback travaux trouvés au tarif de EUR

    I'm in need of a reputable web...developer to create a webpage that offers the ability to rollback settings on midrange quantity of network devices, specifically switches and UCS. * Rollback Features: - The functionality should support restoring previous settings and undoing recent changes. Think of it as an 'undo' button but for network devices. * Network Devices: - The devices at play are a mix of switches and UCS, hence your experience with these specific devices is essential. Ideal Skills: * Extensive experience working with web development and networking. * Familiarity with the functionality and settings of switches and UCS. * Experience delivering reliable rollback/restoration functionalities. If you believe you are up to this task, do p...

    €78 (Avg Bid)
    €78 Offre moyenne
    3 offres
    Azure CI/CD Setup for PHP App S'est terminé left

    I am looking for a capable DevOps engineer who can help me set up a continuous integration/continuous delivery (CI/CD) pipeline for a PHP app deploying into Azure. The CI/CD pipeline must utilise Github Actions. Our application runs on Symfony 6.3 and PHP 8....production-ready Dockerfile - Setup a Github Actions which will build the production docker image for every tag in master - Setup a Github Actions pipeline, which will deploy the production docker image onto our server + database migrations are run Your solution must pass basic security checklist like: app secrets are stores securely, only public directory is accessible from the webserver, release rollback is possible, ... Your bid should be accurate and consider all tasks required for the setup and deployment of the CI/CD...

    €174 (Avg Bid)
    €174 Offre moyenne
    43 offres
    Simplify & Enhance WooCommerce S'est terminé left

    ...Ensure browser, google pay, apple pay payments work. o Integrate seamlessly with existing payment gateways and shipping options. o Maintain security and data integrity throughout the checkout process. o Ensure compatibility with current themes and plugins. Additional Requirements: • Testing: Perform rigorous testing in a staging environment before deploying to production. • Deployment: Develop a rollback plan in case of unexpected issues during deployment. • Documentation: Provide clear and concise documentation of all changes made. • Performance: Ensure application performance is not degraded. Desired Skills and Experience: • Proven experience with WooCommerce development and HPOS compatibility. • Strong understanding of PHP and database management...

    €164 (Avg Bid)
    €164 Offre moyenne
    114 offres

    ...indexing. Document Search: Advanced search functionality by keywords, metadata, and contextual information. Integration with Bing search to leverage its advanced search capabilities. Faceted search and filtering options for precise results. Document Collaboration: Real-time document sharing and collaborative editing. Annotation and commenting features for feedback and discussion. Version control and rollback functionality to maintain document integrity. Document Security: Role-based access control to restrict document access and editing permissions. Encrypted document storage and transmission for data protection. Secure user authentication and authorization protocols. AI Integration: AI-powered document analysis for insights and recommendations. Automated document summarization f...

    €2227 (Avg Bid)
    €2227 Offre moyenne
    72 offres
    Quick Deployment: Bitbucket to GCP S'est terminé left

    ...experience with Google Cloud Run and Google Cloud Platform services. - Proven track record in setting up and managing CI/CD pipelines, specifically with Bitbucket. - Ability to work quickly and efficiently under tight deadlines. **Project Requirements:** - Setup and configuration of a CI/CD pipeline from Bitbucket to Google Cloud Run. - Ensure the deployment strategy includes version control and rollback capabilities. - Implement best practices for serverless deployments, focusing on scalability, security, and maintainability. - Ideally, have knowledge or experience with enabling and configuring scalable database services, although specific integrations were not explicitly requested. Familiarity with these could be beneficial for future project enhancements. **Timeline:** - Thi...

    €4 / hr (Avg Bid)
    €4 / hr Offre moyenne
    9 offres

    ...indexing. Document Search: Advanced search functionality by keywords, metadata, and contextual information. Integration with Bing search to leverage its advanced search capabilities. Faceted search and filtering options for precise results. Document Collaboration: Real-time document sharing and collaborative editing. Annotation and commenting features for feedback and discussion. Version control and rollback functionality to maintain document integrity. Document Security: Role-based access control to restrict document access and editing permissions. Encrypted document storage and transmission for data protection. Secure user authentication and authorization protocols. AI Integration: AI-powered document analysis for insights and recommendations. Automated document summarization f...

    €4366 (Avg Bid)
    €4366 Offre moyenne
    51 offres

    Accidentalmente ha suspendido un rollback del módulo 1-click upgrade en Prestashop 1.7.8.10, y desde ese momento no funciona el backoffice. He recuperado el backup del momento en el que funcionaba, incluso de fechas mucho mas anteriores y no logro que funcione el backoffice.

    €32 (Avg Bid)
    €32 Offre moyenne
    14 offres

    ...indexing. Document Search: Advanced search functionality by keywords, metadata, and contextual information. Integration with Bing search to leverage its advanced search capabilities. Faceted search and filtering options for precise results. Document Collaboration: Real-time document sharing and collaborative editing. Annotation and commenting features for feedback and discussion. Version control and rollback functionality to maintain document integrity. Document Security: Role-based access control to restrict document access and editing permissions. Encrypted document storage and transmission for data protection. Secure user authentication and authorization protocols. AI Integration: AI-powered document analysis for insights and recommendations. Automated document summarization f...

    €3272 (Avg Bid)
    €3272 Offre moyenne
    60 offres
    Node development S'est terminé left

    ...verified with the public key received (by offline) and will decode the message. HTTP over secure Requirements Things required from operator side for integration All Games API requests have to be signed by Operator. Operator server ip - All requests to originate from this ip to us, not from client side Operator server endpoint url - This is where GAP shall send requests for balance/debit/credit/rollback Operator’s public key which was generated for signing and verification purpose Things GAP shall provide All Wallet API requests have to be signed by GAP. All Wallet API request must be practiced and verified by the Operator. GAP server url – production url GAP server endpoint url - This is where operator shall send requests for initial session login, getgames, etc&hel...

    €32 / hr (Avg Bid)
    €32 / hr Offre moyenne
    44 offres

    ## Introduction This document specifies the requir...sessions for the development and maintenance teams. - Plan for ongoing support during the initial phase post-upgrade. ### 8. Deployment - Plan for a phased deployment starting with a staging environment. - Implement rollback strategies in case of unexpected issues during deployment. ### 9. Post-Deployment Monitoring - Monitor system performance and stability post-deployment. - Quickly address any issues or bugs that arise. ## Deliverables - Upgraded source code compatible with CakePHP 5.0.1. - Updated and expanded documentation. - Test cases and reports. - Deployment plan and rollback strategy. ## Timeline and Budget - Proposed timeline for completion: 10 days - Budget: To be negotiated based on the scope and complexi...

    €151 (Avg Bid)
    €151 Offre moyenne
    12 offres
    SQL Insert into a Table -- 2 S'est terminé left

    NOTE: The #JobIDList temp table actually contains about 67,790 records which is the same amount of records i need to insert into the HS_JOB table and since it won't fit the description box i decided to reduce the amount of values. The issue is that whenever i run this with Rollback i noticed 28 records are not being accounted for, can someone help tune this query to make sure it inserts everything i need: if object_id('tempdb..#GroupList') is not null       drop table #GroupList; create table #GroupList ( RowNum int identity , GROUP_ID int ) if object_id('tempdb..#JobIDList') is not null       drop table #JobIDList; create table #JobIDList ( RowNum int identity , JOB_ID int ) if object_id(&#...

    €19 / hr (Avg Bid)
    €19 / hr Offre moyenne
    15 offres
    SQL Insert into a Table S'est terminé left

    NOTE: The #JobIDList temp table actually contains about 67,790 records which is the same amount of records i need to insert into the HS_JOB table and since it won't fit the description box i decided to reduce the amount of values. The issue is that whenever i run this with Rollback i noticed 28 records are not being accounted for, can someone help tune this query to make sure it inserts everything i need: if object_id('tempdb..#GroupList') is not null       drop table #GroupList; create table #GroupList ( RowNum int identity , GROUP_ID int ) if object_id('tempdb..#JobIDList') is not null       drop table #JobIDList; create table #JobIDList ( RowNum int identity , JOB_ID int ) if object_id(&#...

    €21 (Avg Bid)
    €21 Offre moyenne
    6 offres

    ...having two versions of each theme type. ● Implement a "speed score" mechanism, potentially using third-party tools like Cloudflare. ● Provide a live test version for users to preview popular free themes. 3. Storefront Settings: ● Allow users to modify settings like logos, colors, and text. ● Enable users to view how their site appears on different devices, like desktop and mobile. ● Implement a rollback feature or versioning system, allowing users to revert to previous theme versions if needed (based on your uncertainty, this might be a potential consideration). 4. Documentation and Testing: ● Update user and developer documentation to reflect new customization options. ● Ensure thorough testing of the GrapesJS integration and other functions, particularly focusing on u...

    €470 (Avg Bid)
    €470 Offre moyenne
    82 offres

    ...are currently using the Blocksy theme and have custom-built our informational pages. We aim to enhance our WooCommerce shop section by integrating Blocksy's "Modern Shop" pre-built templates. Additionally, we require a comprehensive code review and cleanup to ensure optimal site performance. Responsibilities: Backup the Website: Take a complete backup of the existing website to ensure a safe rollback point. Locate and Import "Modern Shop" Templates: Navigate to Blocksy settings and locate the "Modern Shop" pre-built templates. Import these templates into the website. Assign Templates to WooCommerce Pages: Assign the newly imported "Modern Shop" templates to the WooCommerce Shop, Cart, and Checkout pages. Customize Templates (Option...

    €158 (Avg Bid)
    €158 Offre moyenne
    130 offres

    CICD PIPELINE ARCHITECTURE FOR A MICROSERVICE Table of Contents 1. Solution Design 1.1 Overview 1.2 Architecture Diagram 1.3 Solution Overview 1.4 Process Flow 2. Scenarios 2.1 JFrog repositories synchronization 2.3 Vulnerability Scan 2.4 Istio Service Mesh 2.5 Rollback Mechanism

    €56 (Avg Bid)
    €56 Offre moyenne
    1 offres
    website development S'est terminé left

    ...Backend Section - Content management system (CMS) - Manage page content with a user-friendly drag & drop editor - Admin can edit access right to customers and users - Admin/user can edit text, images and content - Admin/user can edit the details like price, quantities of products - Easy uploading and management of text, images, videos, and other multimedia content - Content version control and rollback capabilities - Category and tag management for organized content structure SEO Optimization - Keywords plan for our targeted services: hair removal - **Please advice the possibility (cost and timeline) of achieving the SEO KPI that pushing the website to appear in the first 3 pages in the SERP of the following keywords - SEO report (must be linked to Google Search Console, Goog...

    €1082 (Avg Bid)
    €1082 Offre moyenne
    172 offres

    ...completion. Perform integration testing to ensure all parts work harmoniously. Engage in user acceptance testing (UAT) to gather feedback from end-users. Stress-test the system to ensure it can handle high traffic and transaction loads. Deployment: Select a suitable hosting solution, keeping in mind the expected user load and system requirements. Deploy the system for live use. Ensure there's a rollback strategy in case of any unforeseen issues. Training and Onboarding: Offer training sessions for end-users to familiarize them with the new POS system. Provide comprehensive documentation and support resources. Maintenance and Updates: Regularly monitor system performance and gather user feedback. Address bugs and issues promptly. Periodically introduce updates and new feat...

    €1323 (Avg Bid)
    €1323 Offre moyenne
    63 offres
    Active Directory USN Rollback S'est terminé left

    A Domain contro...it up from backup, but forgot about the USN part. now we need to do seize operation masters, and clean all the metadata etc. I haven't done it in years so I'm looking for help. Project Description: Active Directory USN Rollback Resolution Current State: Identified but not resolved Backups: Yes, backups of the Active Directory database are available Additional Equipment/Software: No, no additional equipment or software is needed to resolve the issue Skills and Experience: - Strong knowledge and experience in Active Directory troubleshooting and resolving USN rollback issues - Expertise in working with Active Directory backups and restoring databases - Proficiency in identifying and resolving Active Directory issues without the need for additi...

    €162 (Avg Bid)
    €162 Offre moyenne
    5 offres
    Rollback hikvision G2 firmware S'est terminé left

    I am looking for a freelancer who can help me rollback the firmware on my Hikvision G2 Acusense camera. Skills and Experience Needed: - Expertise in Hikvision camera models, specifically the G2 Acusense camera - Experience with firmware rollback on Hikvision cameras - Knowledge of the firmware files and the process involved in rolling back firmware - Ability to troubleshoot and resolve any issues that may arise during the rollback process Project Requirements: - Rollback the firmware on my Hikvision G2 Acusense camera - Provide guidance and assistance in obtaining the previous version firmware file if needed - Ensure the rollback process is successful and that the camera functions properly with the previous firmware version If you have the necessary s...

    €108 (Avg Bid)
    €108 Offre moyenne
    10 offres

    Rollback Hikvision Network Camera Firmware I am looking for a freelancer who can assist me with rolling back the firmware on my Hikvision network camera. Here are the details of the project: Camera Model: Other (please specify) Firmware Version: I'm not sure, I need recommendations. I need to rollback so i can update to a custom version allowing RTMP Reason for Rollback: No, I just prefer the older version Skills and Experience: - Strong knowledge and experience with Hikvision network cameras - Expertise in firmware rollback procedures and techniques - Familiarity with different firmware versions and their compatibility with Hikvision cameras - Ability to recommend suitable firmware versions based on my requirements - Excellent troubleshooting skills ...

    €9 - €28
    €9 - €28
    0 offres
    Mythic Realms S'est terminé left

    Necesito un developer para que cree un plugin de “Core” propio para el servidor y en un futuro network. Este plugin...“Core” propio para el servidor y en un futuro network. Este plugin deberá tener: -Sistema de permisos y rangos -> Crear rangos, asignar permisos a esos rangos y que los rangos sean visibles arriba del jugador, en el scoreboard y en los tags del tabulador. -Sistema de essentials propio -> Economía, Tp, todo lo que tiene essentials. -Sistema de sanciones completo -> Bans, mutes, kicks, history, rollback, altos etc.. El /report que tenga la capacidad de guardar el último chat del servidor para tener evidencia de insultos etc. Este Core deberá de ser adaptado para multiversiones y también para funcion...

    €154 (Avg Bid)
    €154 Offre moyenne
    9 offres
    Trophy icon Vehicle Graphics Design Contest S'est terminé left

    We are looking for the best design for vehicle graphics on our rollback tow trucks. We have white trucks and black trucks so we will need design for both colors. Each contest entry should include a design for both color trucks. Both trucks are F650 Rollback tow trucks extended cab with black 22ft jerr-dan beds. We will add a few photos to give an idea of what we tried to create. We will provide a logo that we want on the truck. The rest is up to your creativity. You can make your design as close to or as different from our original idea as you'd like. We are open to entirely new design ideas or something similar. We want a next level professional design. We need all necessary High quality files to send to the printer for each design. Thank you in advance and we are excit...

    €260 (Avg Bid)
    À la une Garanti Meilleur concours
    €260
    113 propositions

    ...a migration strategy for moving from a Classic Load Balancer (CLB) to an Application Load Balancer (ALB) in a production environment, this can be done using, AWS CDK, or SDKs, It's important to note that the process of migrating from a Classic Load Balancer to an Application Load Balancer requires careful planning and testing before implementing it in production. It's also important to have a rollback plan in case things go wrong, and mitigate Downtime during a load balancer migration Your job is to create the strategy, and all the details documentation that I can pass to my DevOps teams to develop your strategy You have to argue why you have proposed that option and why we should implement it and how. In order for me to consider your proposal and assess your qualific...

    €23 (Avg Bid)
    €23 Offre moyenne
    7 offres
    Antivirusav S'est terminé left

    Hi ilike to create program c sharp I got database but like to create well was thinking of using materialskin for this a antivirus like project This should allow user to scan from C,d,desktop, documents or full scan The user has option to choose what they like to sc...viruses errors so on Then results are displayed in pie chart and user can have them as plain text which they can save to compare later on User can delete the viruses errors This should be moderate antivirus abilities User may change colour scheme text size make text bold User may scan registry where results errors are displayed as text and pie chart again but can delete and fix errors plus rollback to previous scan Can u help as i also trying this Reason is i fell ill lost some sight otherwise i probably do ...

    €744 (Avg Bid)
    Urgent LDN
    €744 Offre moyenne
    3 offres
    Trophy icon Calvin and Hobbs S'est terminé left

    I have a towing company. All of my trucks have cartoon names. My newest trucks name is Calvin. The driver who is getting this truck has a son that is 6 and loves Calvin and Hobbs. My idea is the iconic Calvin and Hobbs in a wagon going downhill, or at least appear to be going...have cartoon names. My newest trucks name is Calvin. The driver who is getting this truck has a son that is 6 and loves Calvin and Hobbs. My idea is the iconic Calvin and Hobbs in a wagon going downhill, or at least appear to be going downward. The images on the trucks are like a 'line art drawing' or clip art? Im not sure exactly what its called. However, instead of the wagon, i would like a rollback tow truck. Attached are some samples of other trucks decals, and some ideas i have for the decal in...

    €278 (Avg Bid)
    Garanti
    €278
    130 propositions

    Necesito un ejemplo de como utilizar @Trasnsactional en Spring utilizando Datasources dinámicos con JdbcTemplate, en caso de error hacer rollback en ambiente local y remoto. Digamos que hago una consulta en base de datos local Oracle y con el resutado armo un script para hacer un insert en batch en la base de datos remota Mariadb, necesito tener el control de la transacción, el requerimiiento es solo con la transaccionalidad y la injección dinámica de los data sources , un ejemplo lo más simple posible

    €143 (Avg Bid)
    €143 Offre moyenne
    9 offres

    A PHP version upgrade and Apache configuration change done recently seems to have caused an issue on some functionality on a Wordpress application running on this server. We need to rollback the changes from PHP version 7.4 to earlier version with minimum downtime. Please note - Credentials of the server cannot be shared. Only screen sharing can be done.

    €64 (Avg Bid)
    €64 Offre moyenne
    9 offres

    We just want to show the inserted and deleted record in the COMMIT TRANSACTION errors so we can compare the errors for duplicate keys values easier. Add something to the OUTPUT clause so the transaction will execute and show the errors. This is for a Transaction with 50 tables so I don't want to have to create 50 temp tab... SET [IDNUM] = 11111 OUTPUT '' ins, inserted.*, '' del, deleted.* --OUTPUT '' ins, inserted.*, '' del, deleted.* INTO @string--The target table of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause. Add INTO something. WHERE IDNUM = 11113 --commit transaction select @@error Error If @@error = 0 COMMIT TRANSACTION Else ROLLBACK TRANSACTION ; SE...

    €19 (Avg Bid)
    €19 Offre moyenne
    9 offres

    Instruction Document on Database Administrator/Programmer Document Version Conntrol, Collaboration and Merge Control, Rollback, Word, Spreadsheets, Sql files. For Dropbox, Google Drive, Box, Onedrive. We want to know of something that works similar to Github, Azure, Jira Confluence for Database Programmers. The Merge and rollback should be by document and line. For commonly used documents for witting and spreadsheets. such as Microsoft Office Word, Excel. Google documents, Doc, sheet. Open office, write, calc.

    €19 (Avg Bid)
    €19 Offre moyenne
    4 offres
    Failed Oracle XE 184 installation S'est terminé left

    We are facing a issue where Oracle XE 184 start installation and the performing rollback. I need a Oracle expert who can troubleshoot the problem and perform the basic installation.

    €107 (Avg Bid)
    €107 Offre moyenne
    10 offres

    Hey We have a linode server and we need our github repo pushes to update to the live site automatically. Currently we have to manually do this after we update the repo and we would instead like the correct server setup. In the future, we may need a beta server and a live site, so we will need the ability to rollback code. 7 + three = ?

    €176 (Avg Bid)
    €176 Offre moyenne
    17 offres

    We are in urgent need of wordpress developer who can fix an issue related themes and themes rollback and knowledge about wp rollback plugin wordpress and Updraft + plugin. Please reach us immediately.

    €29 (Avg Bid)
    €29 Offre moyenne
    18 offres

    Hi We need to patch Conscrypt Library to use the TLS version 1.3 and not to rollback to 1.0 under any circumstances. We have already tried to keep the minimum TLS v1.3 in the library by setting the enabled protocols, ciphersuites list and other overriding and configurations but its falling back somehow. Thanks

    €48 / hr (Avg Bid)
    €48 / hr Offre moyenne
    16 offres
    C# LITTLE WORK S'est terminé left

    HELLO LITTLE CHANGES IN C# PROGRAM.. LIKE ADD HARDWARE ID. IF USER ROLLBACK DATE IT SHOW ERROR... AND INBUILT EXPIRY DATE SET AND LITTLE OTHER FUNCTIONS REGARDS

    €22 (Avg Bid)
    €22 Offre moyenne
    13 offres

    ...Creating dockor containers Writing Docker file About Dockerhub Push/Pull docker images from Docker hub System Monitoring Introduction to Cloudwatch Concepts behind Cloudwatch Kubernetes Kubernetes installation,core components Creating POD’s, NameSpaces ,objects Container configuration Configmaps With environment variables With mounted volumes Multi Container POD Container Logging Deployments, Rollback POD ,Node Networking Load Balancer Cluster authentications Upgrading Cluster ,OS Amazon Web Service Ec2 instances creation Linux/redhat/ubuntu/windows Create IAM service Virtual private cloud (VPC) Creation/subnets Creating storage services i.e S3/Glacier/EFS Setup the cloudwatch & creating Alarms Creating Auto Scaling group & adding instances to auto scaling gro...

    €11 / hr (Avg Bid)
    €11 / hr Offre moyenne
    9 offres

    Using OVH is a must ... Please only apply if you know how to use OVH. 1- Check which pluggin is incompatible with last version of wordpress 2- desactivate all pluggins 3- update wordpress to last version // update php on OVH 4- install theme again and activate theme pluggins 5- see if it works .. if not identify issue ... if really there is nothing to do .. then rollback wordpress version and reinstall theme 6- once site works, activate all pluggins 7- backup website and connect it to google drive 8- check why the logo in the footer takes 10 seconds to appear and correct

    €74 (Avg Bid)
    €74 Offre moyenne
    29 offres

    1- Check which pluggin is incompatible with last version of wordpress 2- desactivate all pluggins 3- update wordpress to last version 4- install theme again and activate theme pluggins 5- see if it works .. if not identify issue ... if really there is nothing to do .. then rollback wordpress version and reinstall theme 6- once site works, activate all pluggins 7- backup website and connect it to google drive 8- check why the logo in the footer takes 10 seconds to appear and correct

    €34 (Avg Bid)
    €34 Offre moyenne
    63 offres

    I have an existing WordPress blog and want to make it bilingual using the plugin Polylang. I am using a child theme and I want to: (1) check browser so that if Sweden = Swedish posts and if all other = English posts. (2) have a plugin or other solution so I can translate my posts in Swedish and English from one post page. If th...in Swedish and English from one post page. If there is no such existing solution, this is not required. (3) let me translate header, blog title, blog, widgets and so forth (all parts of the frontend visual to the visitor). (4) add the English and Swedish icons in the header (language switcher). When I try to install Polylang myself, some parts of the blog stop working properly and I need to rollback to an older backup. This is why I am looking for a fr...

    €30 (Avg Bid)
    €30 Offre moyenne
    14 offres
    Wordpress Polylang Plugin Bug-fix S'est terminé left

    I have an existing Wordpress blog and want to make it bilingual using the plugin Polylang. I am using a child theme and I want the blog to: (1) check browser so that if Sweden = Swedish posts and if all other = English posts. (2) have a plugin or other solution so I can translate my posts in Swedis...English posts. (2) have a plugin or other solution so I can translate my posts in Swedish and English from one post page. If there is no such existing solution, this is not required. (3) let me translate header, blog title, blog, widgets and so forth (all parts of the frontend visual to the visitor). When I try to install Polylang myself, some parts of the blog stop working properly and I need to rollback to an older backup. This is why I am looking for a freelancer. With regards,...

    €23 (Avg Bid)
    €23 Offre moyenne
    16 offres
    Looking for DevOps Trainer S'est terminé left

    ...Creating dockor containers Writing Docker file About Dockerhub Push/Pull docker images from Docker hub System Monitoring Introduction to Cloudwatch Concepts behind Cloudwatch Kubernetes Kubernetes installation,core components Creating POD’s, NameSpaces ,objects Container configuration Configmaps With environment variables With mounted volumes Multi Container POD Container Logging Deployments, Rollback POD ,Node Networking Load Balancer Cluster authentications Upgrading Cluster ,OS Amazon Web Service Ec2 instances creation linux/redhat/ubuntu/windows Create IAM service Virtual private cloud (VPC) Creation/subnets Creating storage services ie S3/Glacier/EFS Setup the cloudwatch & creating Alarms Creating Auto Scaling group & adding instances to auto scaling grou...

    €10 / hr (Avg Bid)
    €10 / hr Offre moyenne
    4 offres

    ...need assistance on following issue of commit and rollback transaction process A transaction is a set of database operations (such as reads and writes) that are executed in a sequential order and in an all-or-nothing manner. This means that for the results of running these operations to be saved within the database and visible outside the transaction to other database clients, all of the individual operations must succeed. If any of the operations fail to execute correctly, the transaction aborts and every change made from the beginning of the transaction will be undone. The database will then be restored to its previous state as if the operations never happened. Similar to SQL

    €163 (Avg Bid)
    €163 Offre moyenne
    12 offres

    ...but we need a genuine technical person who can deliver the following. Part 1 - You will need to discuss all the automatic recommendations we are getting from 3rd party analysis tools (Google Pagespeed, Pingdom) and explain to us the cause and the fix that you propose Part 2 - You will then implement the approved changes, and capture screenshots of each plugin/setting so that in case there is a rollback needed, we have all documentation Our maximum budget for this is $100AUD, and we need a speed optimisation for mobile, desktop and tablets, independent of platform. We're happy to give you a regular fee every few months to check up and optimise the website, and will consider you exclusively for any web speed tasks Thanks in advance :) p.s. We will simply block idiots who...

    €82 (Avg Bid)
    €82 Offre moyenne
    53 offres
    Game development -- 3 S'est terminé left

    Co-programmer for Godot rollback netcode 2d fighting game( guilty gear, street fighter e.t.c) needed, if you have experience in fighting game, rollback netcode, Godot engine and blender to assist with an ongoing project requiring assistance with code Thanks

    €617 (Avg Bid)
    €617 Offre moyenne
    3 offres

    Hi I have rollback Elementor but it is still not working with Odry Theme. This stopped working 2 days ago when I updated wordpress, plugins etc.

    €20 (Avg Bid)
    €20 Offre moyenne
    25 offres
    Urgent requirement of trainers S'est terminé left

    We need DevOps trainers who can train the freshers. Technical Responsibilities : Can design infrastructure using AWS, GCP, Azure or other cloud platforms Manage code repositories like GitHub, GitLab or BitBucket Design branching and merging strategies Design CI/CD pipeline using Jenkins, CircleCI, GitLab or similar tools Can design automated build & deployment process along with Rollback mechanisms Identify and mitigate infrastructure security and performance risks Design disaster recovery and backup policies Design infrastructure/application monitoring processes and tools Can set up and handle alerts Design DevOps strategy for a given project with consideration to quality, performance, and cost Can do cost/benefit analysis for the proposed infrastructure Can fully automate th...

    €12 / hr (Avg Bid)
    €12 / hr Offre moyenne
    3 offres
    windows script S'est terminé left

    ...Determine the IP address of the “back of house PC” by: o checking to see what the current gateway ip is. i.e If the gateway ends in .254 then set the “back of house PC” variable to xxx.yyy.zzz.1. If the gateway ends in .1 then set the “back of house PC” variable to xxx.yyy.zzz.11. o • check for a rollback flag o Check for on (back-of-house-pclifelenzversionscurrent) user name test1 password 12345 o If it cannot access the back of house PC then exit • If a rollback flag is found On back-of-house-pclifelenzversionscurrent Then the following would be executed: o Compare file creation date of the file back-of-house-pclifelenzversionsprevious With C:lifelenzversions If they are the same then

    €118 (Avg Bid)
    €118 Offre moyenne
    4 offres

    ...reviewd for a specialist in order to check if is missing some point.] We have a mysql db with some main tables : - sports - tournaments - seasons - competitors - matches - odds (main table) - results The data comes from an amqp tunnel with this kind of XML messages - odds_change (main file with odds information) - bet_cancel - fixture_change - snapshot_complete - bet_stop - bet_settlementes - rollback (bet_settlement, bet_cancel) ** there is a procedure for the disconnection, because the system must be online and in case of fail it must capture the odds in this between time - We want to : -- Change everything to pure mysql instructions instead of use the ORM -- check the channels , the system crashes after a certain period -- analyse the architecture developed -- Refactor in a g...

    €456 (Avg Bid)
    €456 Offre moyenne
    10 offres
    Load average and Exim rate going up S'est terminé left

    VPS server with contabo - more than 40 wordpress websites. Ubunutu and Vestacp Load average and exim rate going up. Exim rate only going up around 150. not too much. When this happens all the websites unavailable. But when I take a snapshot within contabo control panel and rollback websites coming live again.

    €37 (Avg Bid)
    €37 Offre moyenne
    5 offres
    wordpress fix.. S'est terminé left

    I believe my WordPress auto updated and I am now getting an error going to widgets.. I have tried to rollback wp BUT that crashes the site... and there is no theme updates I need somebody that can fix the error or template so I can access the widgets correctly... An error of type E_ERROR was caused in line 202 of the file /var/www/vhosts/XXX/httpdocs/wp-content/themes/zoomba/inc/widgets/subscribe-follow/class-subscribe-follow-widget.php. Error message: Uncaught Error: Call to undefined function zoomba_get_social_list() in /var/www/vhosts/XXX/httpdocs/wp-content/themes/zoomba/inc/widgets/subscribe-follow/ Stack trace: #0 /var/www/vhosts/XXX/httpdocs/wp-content/themes/zoomba/inc/widgets/subscribe-follow/view/(13): Zoomba_Subscribe_Follow_W

    €33 (Avg Bid)
    €33 Offre moyenne
    40 offres

    Meilleurs articles de la communauté rollback